home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / Xerox Workcentre 5335 / Windows Scan / 32-bit_x86 / Francais / cpsimage.cab / data / ipcore2xip.ucm < prev    next >
Text File  |  2009-03-16  |  3KB  |  60 lines

  1. #
  2. # XIPS plugin for XIPIMAGE method for ipcore code.
  3. #
  4. <METHODS>
  5.  
  6. [XIPIMAGE]
  7. method: b2bQuality Native=IPCRunMethod@ipcore2xip \
  8.                    Input=quality.s, mode.s \
  9.                    Output=img.XIPIMAGE \
  10.                    DESC=!b2bQuality ESIPS B2B quality operation image processing \                         from IPCORE routines.
  11.  
  12. method: b2TextOnly Native=IPCRunMethod@ipcore2xip \
  13.                    Output=img.XIPIMAGE, mask.i \
  14.                    DESC=!b2TextOnly ESIPS B2TextOnly using image processing \
  15.                    from IPCORE routines.
  16.  
  17. method: binarize2  Native=IPCRunMethod@ipcore2xip \
  18.                    Input=expansion.i, gradThresh.i \
  19.                    Output=img.XIPIMAGE \
  20.                    DESC=!__IPC_binarize2 Binarize2 image processing from IPCORE routines.
  21.  
  22. method: b2Gray     Native=IPCRunMethod@ipcore2xip \
  23.                    Input=b2g.LIST, reduce.i, smooth.i \
  24.                    Output=img.XIPIMAGE \
  25.                    DESC=!b2gray ESIPS B2G operation using image processing \
  26.                    from IPCORE routines.
  27.  
  28. method: b2MRC      Native=IPCRunMethod@ipcore2xip \
  29.                    Input=b2g.LIST, mode.i, retBinBkgnd.i, quality.s \
  30.                    Output=img.XIPIMAGE \
  31.                    DESC=!b2MRC ESIPS B2MRC operation using image processing \
  32.                    from IPCORE routines.
  33.  
  34. method: seedfill   Native=IPCRunMethod@ipcore2xip \
  35.                    Input=iterations.i \
  36.                    Output=output.XIPIMAGE \
  37.                    DESC=!__IPC_SeedFill Performs fast 4-connected seed fill \
  38.                    on a binary image.
  39.  
  40. method: orient     Native=IPCRunMethod@ipcore2xip \
  41.                    Output=angle.INTEGER \
  42.                    DESC=!__IPC_Orient Determines orientation of a textual \
  43.                    binary image.
  44.  
  45. method: textMask   Native=IPCRunMethod@ipcore2xip \
  46.                    Input=more.b \
  47.                    Output=mask.XIPIMAGE \
  48.                    DESC=!__IPC_textMask Compute a text mask for an image. \
  49.                    Returned image is the text masked version of the input.
  50.  
  51. method: findSmartP        Native=IPCRunMethod@ipcore2xip \
  52.                           Output=position.INTEGER \
  53.                           DESC=!__IPC_FindSmartP Determines location of "P" \
  54.                           logo in binary image.
  55.  
  56. method: isFormBackBlank   Native=IPCRunMethod@ipcore2xip \
  57.                           Output=decision.INTEGER \
  58.                           DESC=!__IPC_IsFormBackBlank Determines if form back \
  59.                           is blank.
  60.